home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pict104.zip / DOORDRIV.CTL next >
Text File  |  1991-01-06  |  6KB  |  166 lines

  1. ;Door Driver Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. SYSOPFIRST Robert
  8. ;
  9. ;
  10. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  11. ;            the users.
  12. ;
  13. SYSOPLAST McCullough
  14. ;
  15. ;
  16. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  17. ;
  18. BBSNAME The WorkBench BBS
  19. ;
  20. ;
  21. ;BBSPath:    Specifies the path where the bbs door files are located.  If
  22. ;            omitted, the door control files are assumed to be in the cur-
  23. ;            rent directory.
  24. ;
  25. BBSPATH C:\RBBS
  26. ;
  27. ;
  28. ;BBSType:    Specifies the type of bbs software under which this door program
  29. ;            will be run. Valid bbs types include:
  30. ;
  31. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  32. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  33. ;                    PCB12 - PcBoard version 12 (note: see COMPORT note below)
  34. ;                    PCB14 - PcBoard version 14
  35. ;                     WWIV - WWIV bbs (uses chain.txt) (turn off dos INT)
  36. ;                  PHOENIX - Phoenix bbs
  37. ;                  WILDCAT - Wildcat bbs
  38. ;                     OPUS - Opus 1.1x (uses LastUs##.DAT)
  39. ;                       GT - GT PowerComm (uses GTUSER.BBS)
  40. ;
  41. ;       ::::------- Put your bbs type here! Select from those listed above
  42. ;       ::::
  43. ;       \/\/
  44. BBSTYPE RBBS
  45. ;
  46. ;
  47. ;ComPort:    For bbs types that do not have the com-port contained in their
  48. ;            door information files (such as PCBOARD-12), you will have to
  49. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  50. ;            not the whole word COM1.
  51. ;
  52. ;                   If you are using a bbs type that doesn't provide the com
  53. ;        ::-------- port num in it's door information file (such as pcb-12),
  54. ;        \/         then uncomment this line and put your com port here.
  55. ;COMPORT 1
  56. ;
  57. ;
  58. ;Baud:       This parameter is for boards that run a LOCKED port.  The locked
  59. ;            speed should be specified using this parameter.
  60. ;
  61. ;BAUD 19200
  62. ;
  63. ;
  64. ;Mono:       Will disable color on the local side. (Necessary if you are
  65. ;            running a monochrome system)
  66. ;
  67. ;                   Uncomment this line if you are running a monochrome
  68. ;  ::-------------- system on the local side.
  69. ;  \/
  70. ;MONO
  71. ;
  72. ;MaxTime:    This is for BBS systems which do not pass the amount of time
  73. ;            remaining for the user in the Door Information file.  Time
  74. ;            of time is set in minutes.  Be sure to use this with GT
  75. ;            PowerComm.
  76. ;MAXTIME 30
  77. ;
  78. ;IdleTIme    This is used to control the keyboard timeout function.  The
  79. ;            amount of time is specified in seconds.  When 2/3rds of the
  80. ;            specified time has lapsed without keyboard activity, the bell
  81. ;            will sound.  If no activity occurs for the number of seconds
  82. ;            the door will exit.
  83. ;
  84. ;IDLETIME 240
  85. ;
  86. ;Quiet:      If specified, the door will strip out all ^G characters from
  87. ;            the local side.
  88. ;QUIET
  89. ;
  90. ;
  91. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  92. ;            of "OFF" if you wish it to be disabled.
  93. ;
  94. STATUS ON
  95. ;
  96. ;
  97. ;Statfore:   The foreground color of the status line (default 0)
  98. ;
  99. STATFORE 0
  100. ;
  101. ;
  102. ;Statback:   The background color of the status line (default 7)
  103. ;
  104. STATBACK 7
  105. ;
  106. ;
  107. ;Foreground: Specifies default foreground color (default 7)
  108. ;
  109. FOREGROUND 7
  110. ;
  111. ;
  112. ;Background: Specifies default background color (default 0);
  113. ;
  114. BACKGROUND 0
  115. ;
  116. ;
  117. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  118. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  119. ;            understand, FORCE and QUICKBBS require this option set although
  120. ;            RBBS should not.
  121. ;
  122. ;COLOR1
  123. ;
  124. ;
  125. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  126. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  127. ;            enhanced screen allows the local sysop to see much more infor-
  128. ;            mation on the screen.
  129. ;43LINE
  130. ;
  131. ;
  132. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  133. ;            line mode when doordriver is completed. This option is only
  134. ;            useful when the above 43LINE option is used. If 25EXIT is not
  135. ;            specified and 43LINE is, then doordriver will exit to DOS in
  136. ;            the 43-line mode.
  137. ;25EXIT
  138. ;
  139. ;
  140. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  141. ;            This allows you to substitue in one color for another (i.e.
  142. ;            you could substitute in GREEN for all instances of BLUE). The
  143. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  144. ;            REMAPBACK command below handles the background colors. When a
  145. ;            color is substituted, it effects both the LOCAL user and the
  146. ;            REMOTE user. REMAPFORE's syntax is below:
  147. ;
  148. ;                       Syntax:  REMAPFORE <color1> <color2>
  149. ;                      Example:  REMAPFORE 14 15
  150. ;
  151. ;            The <color> parameters are numeric codes for colors which are
  152. ;            listed on a table below. The example will substitue white
  153. ;            (color 15) in for yellow (color 14)
  154. ;
  155. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  156. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  157. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  158. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  159. ;
  160. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  161. ;            it effects background colors instead of foreground colors. The
  162. ;            syntax is identical except that only colors 0-7 are available
  163. ;            for background.
  164. ;
  165. ;-----------------------------------------------------------------------------
  166.